home *** CD-ROM | disk | FTP | other *** search
/ My Neighborhood / My Neighborhood.iso / mac / MacFiles / Signs.Dxr / 00044.ls < prev    next >
Encoding:
Text File  |  1997-11-18  |  114 b   |  9 lines

  1. on exitFrame
  2.   global helping
  3.   catSpeak("help")
  4.   if helping then
  5.     set helping to 0
  6.     go("go")
  7.   end if
  8. end
  9.